KoneGrowableMutableNoddedList
Represents a nodded version of KoneGrowableMutableList. See KoneNoddedList for more.
See also
Inheritors
Functions
Adds provided elements at the end of the ordered collection.
Increases inner structure's capacity so that it can hold minimalCapacity number of elements without reinitialization of the capacity.
Checks if the iterable is not empty.
Initiates an iterator over the collection's elements with pointer before the first element.
Initiates an iterator over the collection's elements with pointer between elements with indices index - 1
and index
correspondingly.
Removes elements that satisfy the provided predicate.
Removes elements that satisfy the provided predicate.
Iterates over the collection and retains only the elements matching the predicate.
Iterates over the collection and retains only the elements matching the predicate.